/**
 * 首页样式
 * @作者 qinggan <admin@phpok.com>
 * @版权 深圳市锟铻科技有限公司
 * @主页 http://www.phpok.com
 * @版本 5.x
 * @授权 http://www.phpok.com/lgpl.html 开源授权协议：GNU Lesser General Public License
 * @时间 2019年8月24日
**/

/* 轮播样式 -- 开始 */
.indexbanner{
	position:relative;
	width:100%;
	margin:0 auto;
	height:500px;
	overflow:hidden;
	z-index:8;
}
.indexbanner .bd ul{
	list-style:none;
	margin:0;
	padding:0
}
.indexbanner .bd ul li{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.indexbanner .hd {
	position:absolute;
	bottom:10px;
	left:48%;
	text-align:center;
}
.indexbanner .hd ul{
	list-style:none;
	margin:0;
	padding:0;
}
.indexbanner .hd ul li{
	width:14px;
	height:14px;
	background:#fff;
	border-radius:7px;
	display:inline-block;
	+display:inline;
	margin:0 1px;
	cursor:pointer;
}
.indexbanner .hd ul li.on{
	background:red;
	color:#fff;
}
/* 轮播样式 -- 结束 */

/* 关于我们 -- 开始 */
.about{
	padding:30px 0;
	margin:0 auto;
	width:1200px;
}

.about .body .content{
	float:left;
	width:50%;
	line-height:180%;
}
.about .body .picture{
	float:right;
	width:48%;
	overflow:hidden;
}

.about .body .picture img{
	width:100%;
	transition: all 0.6s;
}

.about .body .picture:hover img{
	transform: scale(1.2,1.2);
}
/* 关于我们 -- 结束 */

/* 首页推荐产品 -- 开始 */
.product_main{
	padding: 40px 0 60px 0;
	background:#F6F6F6;
}
.i-product{
	margin:0 auto;
	width:1200px;
}
.i-product a:hover{
	text-decoration: none;
}

.i-product .catelist {
	line-height: 0;
	padding: 0;
	margin: 0;
	background: #F6F6F6;
	width: 100%;
	position: relative;
    top: -18px;
}
.i-product .catelist li{
	display: inline-block;
	margin-right: 10px;
	padding: 18px 40px;
	background: #fff;
	border:2px solid #1E5696;
}
.i-product .catelist li:hover{
	border-color:#005DB5;
	background:#005DB5;
	color:#fff;
}

.i-product ul.plist{
	margin: 0 -1%;
	padding: 0;
	list-style:none;
}
.i-product ul.plist > li{
	text-align: left;
	width:23%;
	float: left;
	position: relative;
	margin:1%;
}

.i-product ul.plist .wrap{
	border: 1px solid #d5d5d5;
	display: block;
	position: relative;
	overflow: hidden;
	background: #EDEDED;
}
.i-product ul.plist .imgBox{
	overflow:hidden;
}
.i-product ul.plist .imgBox img{
	width:100%;
	display: block;
	transition: all 0.6s;
}
.i-product ul.plist .imgBox:hover img{
	transform: scale(1.2,1.2);
}

.i-product ul.plist .title{
    margin: 0;
    padding: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    background: #fff;
}

.i-product ul.plist .title span {
	display: block;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 首页推荐产品 -- 结束 */

/* 我们的优势 -- 开始 */
.Advantage{
	margin:10px auto;
	width:1200px;
}
.Advantage .imgBox{
	width:150px;
	height:150px;
	background:#fff;
	border-radius: 50%;
	overflow:hidden;
	margin:0 auto;
	border:2px solid #fff;
}
.Advantage .imgBox:hover{
	border-color:#1f5796;
}
.Advantage .imgBox img{
	width: 150px;
	height: 150px;
	text-align:center;
	transition: all 0.6s;
}
.Advantage .imgBox:hover img{
	transform: scale(1.2,1.2);	
}
.Advantage ul.list{
	margin: 0 -3%;
	padding: 0;
	list-style:none;
}

.Advantage ul.list li{
	text-align: left;
	width:19%;
	float: left;
	position: relative;
	margin:3%;
}
.Advantage ul.list li h2{
	text-align:center;
	font-size:18px;
}
.Advantage ul.list li .note{
	text-align:center;
}
/* 我们的优势 -- 结束 */

/* 最新资讯 -- 开始 */
.news_main{
	padding: 40px 0 60px 0;
	background:#F6F6F6;
}
.news{
	margin:0 auto;
	width:1200px;
}

.news ul.list{
	margin: 0 -2%;
	padding: 0;
	list-style:none;
}
.news ul.list li{
	text-align: left;
	width:46%;
	float: left;
	position: relative;
	margin:2%;
	line-height:20px;
	text-indent:20px;
	background:url('../images/arrow-right.png') left center no-repeat;
	background-size:18px 18px;
}
.news ul.list li span{
	float:right;
}
/* 最新资讯 -- 结束 */

/* 合作伙伴 -- 开始 */
.link{
	margin:10px auto;
	width:1200px;
}
.link ul.list{
	list-style:none;
	margin-left:-10px;
}
.link ul.list li{
	float:left;
	height:50px;
	line-height:50px;
	width:120px;
	text-align:center;
	border:2px solid #1f5796;
	margin:10px;
	padding:5px;
}

.link ul.list li img{
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
}

/* 合作伙伴 -- 结束 */